home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHome 1999 Game
/
Image.bin
/
Humor
/
Billmo Comedy
/
Billmo Comedy Skit
/
Billmo Comedy Skit.0
/
00041_Small logo.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-05-01
|
160 b
|
13 lines
on mouseUp
global gQT
if the optionDown then
go("Splash")
else
if gQT = 1 then
go("MaQT")
else
go("Main")
end if
end if
end